home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectInput / Feedback / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  952 b   |  31 lines

  1. //-----------------------------------------------------------------------------
  2. // Name: Force Feedback DirectInput Sample
  3. // 
  4. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  5. //-----------------------------------------------------------------------------
  6.  
  7.  
  8. Description
  9. ===========
  10.    The Force Feedback sample illustrates the use of DirectInput's force features.
  11.    The sample shows how to use the various stock feedback effects available 
  12.    to Direct Input.
  13.  
  14.    
  15. Path
  16. ====
  17.    Source:     DXSDK\Samples\Multimedia\Vbsamples\DirectInput\feedback
  18.    Executable: DXSDK\Samples\Multimedia\vbsamples\DirectInput\Bin
  19.  
  20.  
  21. User's Guide
  22. ============
  23.    From the list of available effects, choose one.
  24.  
  25.    The various sliders and controls can shape the effects'
  26.    duration, force, and direction. Please see the DirectX
  27.    SDK documentation to see which parameters effect
  28.    the different types of effects.
  29.     
  30.  
  31.